Update Contact
AutomatR.HubSpot.Activities.UpdateContact
The "Update Contact" activity in AutomatR is part of the HubSpot activities package, allowing the update of contact details in a HubSpot user's account based on the contact ID. This activity streamlines the process of keeping contact information up-to-date within workflows.
Properties
Name | Description |
---|---|
Input | |
Contact ID | Enter the contact ID for which details need to be updated. |
Enter the updated email address for the contact. | |
First Name | Enter the updated first name for the contact. |
Last Name | Enter the updated last name for the contact. |
Job Title | Enter the updated job title for the contact. |
Life Cycle Stage | Enter the updated life cycle stage for the contact from predefined values in HubSpot (e.g., marketingqualifiedlead). |
Lead Status | Enter the updated lead status for the contact from predefined values in HubSpot (e.g., inProgress). |
Owner ID | Enter the updated existing owner ID in the HubSpot user's account, which gets assigned to the contact. |
Misc | |
Display Name | Provides a customizable name for the activity displayed in the workflow. |
Delay | Specifies the amount of time (in seconds) to wait before executing the "Update Contact" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration (e.g., 5 for 5 seconds). |
Optional | |
- | Either one of the inputs (Email, First Name, Last Name, Job Title, Life Cycle Stage, Lead Status, Owner ID) is required along with the Contact ID for the update. An error will be thrown if none of the inputs are provided. |
How to use:
- Drag and drop the "Update Contact" activity onto the workflow.
- Configure the properties by specifying the contact ID and the details you want to update (Email, First Name, Last Name, Job Title, Life Cycle Stage, Lead Status, Owner ID).
- Optionally, customize the display name and set a delay if necessary.
- Execute the workflow to update the specified contact details in HubSpot.
Example: Consider an example where the "Update Contact" activity is used to update the email address and job title for a contact with ID "98765" in HubSpot:
Update Contact:
Display Name: "Update Contact Details"
Contact ID: "98765"
Email: "newemail@example.com"
Job Title: "Senior Developer"
In this example, the activity updates the email address to "newemail@example.com" and the job title to "Senior Developer" for the contact with ID "98765" in HubSpot. Customize the inputs based on the information you want to update for the specified contact.